home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-stuttgart.de!fleischr
- From: fleischr@izfm.uni-stuttgart.de (Matthias Fleischer)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Opening Libraries "Quietly"
- Date: 31 Jan 1996 08:57:39 GMT
- Organization: None. I'm not organized at all.
- Message-ID: <4enau3$2q2a@info4.rus.uni-stuttgart.de>
- References: <DLzwBH.4Eu@utcc.utoronto.ca>
- NNTP-Posting-Host: sunserv.izfm.uni-stuttgart.de
-
- In article <DLzwBH.4Eu@utcc.utoronto.ca>,
- Norman Baccari <normb@gpu.utcc.utoronto.ca> wrote:
- >
- >way to get the info I want from any disk based library,
- >quietly & legally?
- >
- LoadSeg() the library and look for the romtag yourself
- (contains version and revision information) then UnLoadSeg() it.
- Completely system legal and simple, works only for libraries (because
- simple programs don't have a romtag) but requires that you know the
- filename ;-). For more information about romtags look into
- exec/resident.h.
-
- Hope it helps.
-
- Matthias
- --
- Ever noticed that %=0/0=NaN?
-